google.golang.org/grpc/internal/transport.http2Client.bdpEst (field)

7 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L115: 	bdpEst *bdpEstimator
		http2_client.go#L384: 		t.bdpEst = &bdpEstimator{
		http2_client.go#L468: 		t.loopy = newLoopyWriter(clientSide, t.framer, t.controlBuf, t.bdpEst, t.conn, t.logger, t.outgoingGoAwayHandler, t.bufferPool)
		http2_client.go#L1172: 	if t.bdpEst != nil {
		http2_client.go#L1173: 		sendBDPPing = t.bdpEst.add(size)
		http2_client.go#L1317: 		if t.bdpEst != nil {
		http2_client.go#L1318: 			t.bdpEst.calculate(f.Data)